Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lift to SpeziLLM v0.8, Data race fix #20

Merged
merged 2 commits into from
Apr 7, 2024
Merged

Conversation

philippzagar
Copy link
Member

Lift to SpeziLLM v0.8, Data race fix

♻️ Current situation & Problem

As of now, the SpeziFHIRLLM target still uses the outdated SpeziLLM v0.7 version, using old APIs.
Furthermore, a crash of the FHIRResourceProcessor could occur in the case of many parallel summarization, e.g., in the MultipleResourceChatView.

⚙️ Release Notes

  • Lift to SpeziLLM v0.8
  • Fix a data race in the FHIRResourceProcessor, ensuring parallel processing capabilities

📚 Documentation

--

✅ Testing

--

📝 Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@philippzagar philippzagar added the enhancement New feature or request label Apr 7, 2024
@philippzagar philippzagar self-assigned this Apr 7, 2024
Copy link

codecov bot commented Apr 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.95%. Comparing base (9a171a2) to head (67543bf).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #20   +/-   ##
=======================================
  Coverage   39.95%   39.95%           
=======================================
  Files          20       20           
  Lines        1154     1154           
=======================================
  Hits          461      461           
  Misses        693      693           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a171a2...67543bf. Read the comment docs.

@philippzagar philippzagar merged commit 6eb16d2 into main Apr 7, 2024
8 checks passed
@philippzagar philippzagar deleted the feat/data-race-fix branch April 7, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants